Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-8403] Maven ITs use maven-executor #1940

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Nov 27, 2024

The goal of this PR is manifold, but major one is to be able to use in ITs new options introduced in Maven4. Currently the "embedded" mode supports only Maven3 options, as Maven4 got new CLI entry point (CLIng), while verifier uses old MavenCli entry point, that is also deprecated. Finally, a full cleanup of (black) magic happened as well, keep ITs simple and clean.

Changes:

  • dropped from ITs classpath maven-shared-util
  • dropped from ITs classpath maven-verifier, copied last master Verifier to maven-it-helper and modified
  • enhancements to new maven-executor to make it fully replace maven-verifier
  • ITs are now using new infra and are using new CLIng "entry point" as well (so far ITs used deprecated maven-embedder/MavenCLI class).

https://issues.apache.org/jira/browse/MNG-8403

Changes:
* dropped from ITs maven-shared-util (replaced with JDK or plexus-utils anyway present)
* dropped from ITs maven-verifier, copied last master classes to maven-it-helper
* enhancing maven-executor WIP
@cstamas cstamas self-assigned this Nov 27, 2024
@cstamas cstamas marked this pull request as ready for review December 4, 2024 14:30
its/core-it-suite/pom.xml Outdated Show resolved Hide resolved
Just some javadoc fixes and POM removal of unused prop.

No code change.
@cstamas cstamas changed the title Maven ITs use maven-executor [MNG-8403] Maven ITs use maven-executor Dec 4, 2024
@cstamas cstamas added this to the 4.0.0-rc-2 milestone Dec 4, 2024
@cstamas cstamas requested a review from gnodet December 4, 2024 16:04
@cstamas
Copy link
Member Author

cstamas commented Dec 4, 2024

@gnodet no, let's do it other way: remove the "shared" verifier?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants